home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 106 / EnigmaAmiga106CD.iso / dalla rivista... / samba / sambapm / readme < prev    next >
Text File  |  1997-06-11  |  1KB  |  22 lines

  1. This is really an early first look alpha version. It does what it should for 
  2. me so development slowed down at the moment. But it is fully usable. Drop it
  3. into your wbstart drawer and forget it. It is fully multithreaded. 
  4. You have to add some lines into the samba/lib/smb.conf since the 
  5. configuration mode is not finished yet (e.g.):
  6.  
  7. [Pinwriter]
  8.   comment    = NEC P6 Pinwriter
  9.   path = work:t/PinwriterSpool   ; Select the Spooldirectoy here ! Warning! Spoolfiles can be really long !
  10.   browseable = yes
  11.   printable  = yes
  12.   public     = yes
  13.   writable   = yes
  14.   create mode = 0700
  15. ; this is new for SambaPM
  16.   sps device = par:      ; use par: here ! The driver is selected on the host machine, this is just a plain router
  17.   sps enable = yes       ; if you have multiple printer support, you can enable/disable each 
  18.  
  19. Also document separation can be set. See the tooltypes for more information. 
  20. Currently a "Pause" requester and a time delay is supported. An ARexx port is also 
  21. build in - but not finished yet. Please see the sample scripts for details.
  22.